summaryrefslogtreecommitdiff
path: root/app/[lng]/evcp/(evcp)/faq/page.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'app/[lng]/evcp/(evcp)/faq/page.tsx')
-rw-r--r--app/[lng]/evcp/(evcp)/faq/page.tsx4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/[lng]/evcp/(evcp)/faq/page.tsx b/app/[lng]/evcp/(evcp)/faq/page.tsx
index 9b62b7e4..80fdc5d1 100644
--- a/app/[lng]/evcp/(evcp)/faq/page.tsx
+++ b/app/[lng]/evcp/(evcp)/faq/page.tsx
@@ -6,6 +6,7 @@ import { Button } from "@/components/ui/button"
import { Settings } from "lucide-react"
import Link from "next/link"
import { fallbackLng } from "@/i18n/settings"
+import { InformationButton } from "@/components/information/information-button"
interface Props {
params: {
@@ -24,7 +25,10 @@ export default async function FaqPage(props: Props) {
<div className="space-y-6 p-10 pb-16">
<div className="flex justify-between items-center">
<div className="space-y-0.5">
+ <div className="flex items-center gap-2">
<h2 className="text-2xl font-bold tracking-tight">Frequently Asked Questions</h2>
+ <InformationButton pageCode="evcp/faq" />
+ </div>
<p className="text-muted-foreground">
Find answers to common questions about using the EVCP system.
</p>